/* footer */
.footer {
	background: rgb(41, 41, 41);
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 5;
	height: 539px;
}

.sh-dt {
	margin-bottom: 539px;
}

.footer_center {
	border: 1px solid red;
}

.footer-top {
	padding: 60px 0;
	padding-top: 80px;
}

.footer-top dt {
	margin-bottom: 20px;
}

.footer-top dt a {
	line-height: 18px;
	color: rgb(245, 245, 245);
	margin-bottom: 20px;
	font-size: 15.6px;

}

.footer-top dd {
	line-height: 18px;
	margin-bottom: 12px;
}

.footer-top dd a {
	font-size: 14px;
	color: rgb(245, 245, 245);
	opacity: 0.4;
	display: block;
	transition: all .35s;
}

.footer-top dd a:hover {
	color: #fff;
	opacity: 0.8;
}

.hs-message {
	font-size: 18px;
	color: rgb(245, 245, 245);
	line-height: 18px;
}

.hs-message h3 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 4px;
	height: 22px;
	line-height: 22px;
	padding-left: 28px;
	background: url('../fonts/tel.svg') left center / 25px no-repeat;
}

.hs-message strong {
	font-weight: normal;
	margin-bottom: 20px;
	display: block;
	line-height: 36px;
	font-size: 23px;
}

.hs-message h4 {
	font-weight: normal;
	margin-bottom: 10px;
	height: 22px;
	line-height: 22px;
	padding-left: 28px;
	font-size: 20px;
	background: url('../fonts/sf_yx.svg') left center / 22px 22px no-repeat;
}

.hs-message a {
	display: block;
	color: rgb(245, 245, 245);
	margin-bottom: 20px;
}

.hs-message .message {
	padding-left: 28px;
	background-image: url('../fonts/msg.svg');
	background-size: 24px;
	height: 22px;
	line-height: 22px;
	font-size: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
}

.submit-s {
	width: 100px;
	height: 30px;
	line-height: 30px;
	background-color: #c11a20;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
	display: block;
}







.more {
	width: 200px;
	height: 46px;
	background-color: #c11a20;
	color: #fff;
	text-align: center;
	line-height: 46px;
	display: inline-block;
	border-radius: 23px;
}

.more:hover {
	color: #fff !important;
}


.fbr-1,
.fbr-2 {
	text-align: right;
}

.fbr-1 a {
	padding: 0 10px;
	/* border-right: 1px soild #6a6a6a; */
	display: inline-block;
	border-right: 1px solid #6a6a6a;
	line-height: 12px;
}

.fbr-1 a:hover {
	color: #fff;
}

.fbr-1 a:last-child {
	border-right: none;
}

.fbr-2 label {
	color: #f5f5f5;
	font-size: 16px;
	line-height: 44px;
	text-align: right;
	margin: 10px 0;
}

.fbr-2 .form-control {
	background-color: transparent;
	border-color: #3a3a3a;
	width: 216px;
	line-height: 20px;
	border-radius: 0px;
	vertical-align: middle;
	margin-left: 20px;
	padding: 11px 10px;
	display: inline-block;
}

.fbr-2 .btn-default {
	background-color: #c11a20;
	border-radius: 0px;
	border-color: #c11a20;
	vertical-align: middle;
	color: #fff;
}

.footer-bottom {
	padding-bottom: 47px;
}

/* icon */
.erweima {
	border: 1px solid #3a3a3a;
	padding: 10px;
	margin-right: 18px;
	position: relative;
	transition: all .35s;
}

.erweima>img{width:80px;}

.erweima:hover {
	border: 1px solid #c11a20;
}

.icon-con a {
	display: inline-block;
	border: 1px solid #3a3a3a;
	margin-right: 15px;
	margin-bottom: 15px;
	opacity: 0.6;
	transition: all .35s;
}

.icon-con a:hover {
	border-color: #c11a20;
}

.icon-con a:hover {
	opacity: 1;
}


.container-footer {
	width: 1200px;
}

.hs-wx {
	position: absolute;
	bottom: -9px;
	left: 34px;
	color: #fff;
}

.text-muted a:hover {
	color: #fff;
}

@media screen and (max-width:1500px) {
	.footer {
		height: 473px;
	}
	.footer-top {
		padding: 18px 0;
		padding-top: 80px;
	}
}